![]() |
MPDeleteEvent |
||||
Header: | Multiprocessing.h | Carbon status: | Supported | |
Removes an event group.
OSStatus MPDeleteEvent ( MPEventID event );
The ID of the event group you want to remove.
A result code.
After deletion, the event ID becomes invalid, and all internal resources associated with the event group are reclaimed. Calling this function unblocks all tasks waiting on the event group and their respective MPWaitForEvent calls will return with the result code kMPDeletedErr.
Also see the function MPCreateEvent.
Introduced with Multiprocessing Services 2.0.
Supported in Carbon. Available in CarbonLib 1.0 and later when MPLibrary 2.0 or later is installed. Exported by CarbonLib 1.0 and later and by MPLibrary 2.0 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/6/2000)